I'm building a new interpreter for the Rockstar programming language (https://codewithrockstar.com), using TypeScript. Day 1: getting started. Installing TypeScript, installing Deno, trying out various things. By the end of the clip, I've built a very simple parsing expression grammar that outputs an abstract syntax tree as a TypeScript data structure, and an evaluator that interprets that syntax tree.